home *** CD-ROM | disk | FTP | other *** search
/ BigMax 21 / BigMax nº 21 / BigMax nº 21.iso / big21.dir / imagens_46_SUPORT.ls < prev    next >
Encoding:
Text File  |  1998-06-25  |  414 b   |  20 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "SUPORTE2"
  3.   cursor(280)
  4.   set the visible of sprite 40 to 1
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to "SUPORTE1"
  9.   cursor(-1)
  10.   set the visible of sprite 40 to 0
  11. end
  12.  
  13. on mouseUp me
  14.   gotoNetPage("mailto:suporte@bigmax.com.br")
  15. end
  16.  
  17. on mouseDown me
  18.   set the member of sprite the currentSpriteNum to "SUPORTE3"
  19. end
  20.